home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 701 b | 26 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWHeader.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWHEADER_H
- #define FWHEADER_H
-
- // Automatic generation of precompiled headers
- #if defined(__MRC__)
- #define FW_AGGRESSIVE_PRECOMPILE 1
- #define FW_USE_PRECOMPILED_HEADERS 1
- #define FW_PRECOMPILE_PRIVATE_HEADERS 1
- #else
- #define FW_AGGRESSIVE_PRECOMPILE 0
- #define FW_USE_PRECOMPILED_HEADERS 1
- #define FW_PRECOMPILE_PRIVATE_HEADERS 1
- #endif
-
- #include "FWFrameW.hpp"
-
- #endif